'Declaration Public MustInherit Class EffectStopCollection(Of T As EffectStop)
public abstract class EffectStopCollection<T> where T: EffectStop
All EffectStopCollections are derived from this abstract generic base class which provides implementations for functionality required by all derived effect-specific classes. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel
There are 5 supported effect stop types for this abstract base generic collection:
Refer to the Carousel Architecture Overview topic in the Developer's Guide for an explanation of how Carousel presentation works.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
EffectStopCollection<T> Members
Infragistics.Windows.Controls Namespace
OpacityEffectStopCollection Class
OpacityEffectStop Class
SkewAngleXEffectStopCollection Class
SkewAngleXEffectStop Class
SkewAngleYEffectStopCollection Class
SkewAngleYEffectStop Class
ScalingEffectStopCollection Class
ScalingEffectStop Class
ZOrderEffectStopCollection Class
ZOrderEffectStop Class
EffectStopDirection Enumeration